home *** CD-ROM | disk | FTP | other *** search
- #include "colors.inc"
- #include "textures.inc"
- #include "shapes.inc"
- #include "shapes2.inc"
-
- default { texture { Metal color Orange ambient 0.15} }
- // Be sure to delete the Shape definition in spike.inc or it will override
- // this definition!!
- #declare Shape = object {
- intersection { HalfCone_Y }
- scale <0.5 4.25 0.5>
- translate <0 -4.25 0>
- rotate <90 0 0>
- }
-
- #include "spike.inc"
-
- camera {
- location <0.0 10 -50>
- direction <0.0 0.0 3.0>
- up <0.0 1.0 0.0>
- right <1.33333 0.0 0.0>
- look_at <0 0 0>
- }
- object { light_source { <+50 50 -200> color White } }
- object { light_source { <+150 250 -200> color White } }
-
- composite { Spikeball rotate <10 10 0>}
-
- object { sphere { <-10 10 0> 5 } texture { Metal color White reflection 1.0 } }
- object { sphere { <+10 10 0> 5 } texture { Metal color White reflection 1.0 } }
- object { sphere { <-10 -10 0> 5 } texture { Metal color White reflection 1.0 } }
- object { sphere { <+10 -10 0> 5 } texture { Metal color White reflection 1.0 } }
-